func internal/bisect.fnv

3 uses

	internal/bisect (current package)
		bisect.go#L642: 			h = fnv(h, v)
		bisect.go#L663: 				h = fnv(h, x)
		bisect.go#L715: func fnv(h uint64, x byte) uint64 {